home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Info-Mac 3
/
Info_Mac_1994-01.iso
/
Development
/
General
/
GCC 1.37.1r15
/
Tests
/
fix-b.c
< prev
next >
Wrap
C/C++ Source or Header
|
1993-01-04
|
144b
|
11 lines
/* Compile with -b, each string should be 0-terminated. */
char *str1, *str2, *str3;
main()
{
str2 = "bazz";
str1 = "foo";
str3 = "bar";
}